@brief Stores the value of a DVBv5/libdvbv5 property
@ingroup frontend
@param parms struct dvb_v5_fe_parms pointer to the opened device
@param cmd DVBv5 or libdvbv5 property
@param value Pointer to an uint32_t where the value will be stored.
This stores the value of a property at the cache. The value will only
be send to the hardware after calling dvb_fe_set_parms().
@brief Stores the value of a DVBv5/libdvbv5 property @ingroup frontend
@param parms struct dvb_v5_fe_parms pointer to the opened device @param cmd DVBv5 or libdvbv5 property @param value Pointer to an uint32_t where the value will be stored.
This stores the value of a property at the cache. The value will only be send to the hardware after calling dvb_fe_set_parms().
@return Return 0 if success, EINVAL otherwise.